home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / 3c509drv.zip / DIAG.BAT < prev    next >
DOS Batch File  |  1993-06-01  |  966b  |  66 lines

  1. echo off
  2. REM %%VER EtherLink III Diagnostic Program v2.0b
  3. if %mono%.==y. goto b&w
  4. ..\install\flushkey
  5. ..\install\check videocard
  6. if errorlevel 1 goto color
  7. :b&w
  8. cls
  9. goto contin
  10. :color
  11. ..\install\get b 31
  12. :contin
  13. type diag.men
  14. ..\install\echoxy 19 18 Select Option:
  15. ..\install\reply
  16. if errorlevel 60 goto inval
  17. if errorlevel 59 goto help
  18. if errorlevel 53 goto inval
  19. if errorlevel 52 goto main
  20. if errorlevel 51 goto vers
  21. if errorlevel 50 goto info
  22. if errorlevel 49 goto rundiag
  23. if errorlevel 28 goto inval
  24. if errorlevel 27 goto main
  25.  
  26. :inval
  27. ..\install\echoxy 21 15  **** Invalid key, try again. ****
  28. echo 
  29. echo 
  30. echo.
  31. diag
  32.  
  33. :help
  34. echo.
  35. echo.
  36. type diag.hlp
  37. pause
  38. diag
  39.  
  40. :main
  41. cd..
  42. menu
  43.  
  44. :info
  45. diaginfo
  46.  
  47. :rundiag
  48. cd ..
  49. cls
  50. 3C509
  51. cd diag
  52. diag
  53.  
  54. :vers
  55. echo.
  56. echo.
  57. type ..\line.men
  58. ..\install\echoxy 4 25 Diagnostic Program Versions
  59. ..\install\echoxy 10 0
  60. ..\install\showver ..\3C509.exe
  61. echo.
  62. pause
  63. diag
  64.  
  65.  
  66.